chore(release): v0.13.2 - #136
Merged
Merged
Conversation
Cuts a release off main so the fixes merged after v0.13.1 actually reach installs. v0.13.1 shipped before #135, so re-running the installer still handed you a moshcode that reported turso as missing. Included since v0.13.1: - #135 fix(tools): find turso in ~/.turso instead of reporting it missing - #134 fix(tui): stop styling the agent-view notice as an error - #133 fix(runtime): deliver fire-and-forget notify() when the script throws Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
vu1nz Security Review0 finding(s) in PR #? No security issues found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
v0.13.1was cut before #135 merged, so re-runningmoshcoding.com/install.shstill installs a moshcode that reports turso as missing. This bumpspackage.jsonto0.13.2off currentmainso the fixes since v0.13.1 actually reach installs.Included since v0.13.1
~/.tursoinstead of reporting it missingnotify()when the script throwsChanges
package.jsonversion only — same shape as the v0.13.1 release commit (8e183ad). No other file in the repo carries the version;moshcode --versionandsrc/upgrade.mjsboth read it frompackage.json.Verification
node bin/moshcode.mjs --version→0.13.2After merge
Tag and publish the release, then re-run the installer to refresh
~/.moshcode/pkg:🤖 Generated with Claude Code